home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / cdrom / cdcrunch / stall.bat < prev    next >
DOS Batch File  |  1995-03-13  |  288b  |  16 lines

  1. echo off
  2. cls
  3. @echo Now making the directory   CDCRNCH
  4. MD C:\CDCRNCH
  5. pause
  6. cls
  7. echo off
  8. @Xcopy *.* C:\CDCRNCH /E
  9. @ATTRIB C:\CDCRNCH\*.* -R
  10. CLS
  11. @echo The program is now installed.
  12. @echo To run the program switch to the directory it was installed
  13. @echo and type  GO
  14. pause
  15. cls
  16.